PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class / setAngle Method
A number format collection for measurement of angles.
In This Topic
    setAngle Method
    In This Topic
    Sets the number formats for angles.
    The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.
    Syntax
    public void setAngle( 
       PDFNumberFormatCollection value
    )

    Parameters

    value
    A number format collection for measurement of angles.
    See Also